Forum Activity for @douglas

douglas
@douglas
06/24/16 12:45:47PM
2,806 posts

Is there a way to limit the privacy settings for members?


Using Jamroom

I think maybe we just misunderstood the issue.

I've not tested it, but it could be as @strumelia stated.
douglas
@douglas
06/24/16 05:29:41AM
2,806 posts

Is there a way to limit the privacy settings for members?


Using Jamroom

I really don't think there is an issue here. If you login as the user, you should not see the privacy settings since that is how you have the quota setup. If you are logged in as an admin, you'll see the privacy setting no matter what the quota settings are set to.

Try logging in as a regular user and see if the privacy settings are showing.

Hope this helps!
douglas
@douglas
06/23/16 12:04:11PM
2,806 posts

How to add the who is online for the entire site?


Using Jamroom

pch:
Yes, it is probably because of the cache. Then, users in JR are being shown twice at the same time: as logged users and as guests, because there were guest few minutes or seconds before logging.
Even here in the JR Forum the guests that we are seeing in the Who is online are probably "us" - logged users (There are not really users - I am not quite sure, I am just presuming). That can lead us to conclude that the Who is online is not accurate because of the duplication, right?
Is it possible to make "logged in user" a real "logged in user" and a "guest", a true/real "guest"?

You might try clearing your browser cache. I'm not seeing an issue with it here on our forums.

pch:
It works. Thanks Douglas.
Just another small issue:
If there was more than 1 visitor online, when JR removes them from the Who is Online, it shows:
0 Visitantes
instead of:
0 Visitante
Please notice that visitante (guest) is being display in plural and not in singular. it should have used the correct language string in singular because the number is 0 (zero). The number updates but the language string doesn't. It will keep on showing 0 Guests (guest in plural) for almost forever till another guest will be online. Then it will go back to normal and show: 1 Guest (in singular).
How to fix it?
Thanks

It might be better if you use Brian's suggestion.

Change this:

{if $visitor_count == 1}
{jrCore_lang skin=$_conf.jrCore_active_skin id="#" default="Guest"  assign="gs"}
{else}
{jrCore_lang skin=$_conf.jrCore_active_skin id="#" default="Guests"  assign="gs"}
{/if}

to this:

{jrCore_lang skin=$_conf.jrCore_active_skin id="#" default="Guests"  assign="gs"}

and this:

<i><b>{$visitor_count}</b> {$gs}</i>

to this:

<i>{$gs}: <b>{$visitor_count}</b></i>

Hope this helps!
douglas
@douglas
06/23/16 05:22:17AM
2,806 posts

Is there a way to limit the privacy settings for members?


Using Jamroom

perrie:
I just checked and it doesn't say that from my end.

You're right, somehow I was not looking at the same profile as you posted. Sorry!
douglas
@douglas
06/22/16 01:10:38PM
2,806 posts

Is there a way to limit the privacy settings for members?


Using Jamroom

perrie:
Wait, I take that back... look at this member: http://thenewstalkers.com/profile/settings/profile_id=103/id=103

That user is in the Master Admin group, so you should see the privacy field. Check the "Account" tab section when modifying the profile.
douglas
@douglas
06/22/16 09:05:28AM
2,806 posts

Is there a way to limit the privacy settings for members?


Using Jamroom

I'm not seeing an issue on my dev site.

Make sure you've selected the quota the user in question is in when your changing the privacy settings in the ACP > Profiles > Profile > Quota Config section.
douglas
@douglas
06/21/16 03:04:09PM
2,806 posts

Users dont get the file they paid for


Using Jamroom

What about the users "Your Purchases" tab?

It can be found in the "Account Settings"

Is the file there?
updated by @douglas: 06/21/16 03:04:17PM
douglas
@douglas
06/21/16 10:59:22AM
2,806 posts

Users dont get the file they paid for


Using Jamroom

Are there any activity or error logs about the transaction?

Thanks!
douglas
@douglas
06/21/16 06:06:29AM
2,806 posts

How to translate the Dashboard?


Using Jamroom

To add to this, the dashboard and other ACP areas are only seen by admins, I personally don't think this area should be multi-lingual since there is usually only one person that ever sees it.
  97